home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / misc / chemistr / chem101.sit / Chem 101 / card_45694.txt < prev    next >
Text File  |  1989-08-27  |  1KB  |  55 lines

  1. -- card: 45694 from stack: in
  2. -- bmap block id: 46294
  3. -- flags: 0000
  4. -- background id: 47449
  5. -- name: Credits
  6. ----- HyperTalk script -----
  7. on opencard
  8.   hide message
  9. end opencard
  10.  
  11.  
  12.  
  13. -- part 1 (button)
  14. -- low flags: 00
  15. -- high flags: 2000
  16. -- rect: left=191 top=77 right=257 bottom=303
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: New Button
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   visual effect dissolve slowly
  28.   go to next card
  29.   visual effect dissolve
  30.   go to next card
  31. end mouseUp
  32.  
  33.  
  34.  
  35. -- part 2 (button)
  36. -- low flags: 00
  37. -- high flags: 2000
  38. -- rect: left=302 top=62 right=167 bottom=384
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 0 / 0
  41. -- text alignment: 1
  42. -- font id: 0
  43. -- text size: 12
  44. -- style flags: 0
  45. -- line height: 16
  46. -- part name: New Button
  47. ----- HyperTalk script -----
  48. on mouseUp
  49.   visual effect dissolve slowly
  50.   go to next card
  51.   visual effect dissolve slowly
  52.   go to next card
  53. end mouseUp
  54.  
  55.